home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / emulation / fmsx_2.1 / arexx / loadcartridge.fmsx < prev    next >
Text File  |  1999-04-28  |  229b  |  15 lines

  1. /*    This is an ARexx script for use with fMSX Amiga.
  2.  
  3.     $VER: loadcartridge.fmsx 2.1 (23.3.99)
  4.  
  5.     This script loads a cartridge into fMSX and runs it.
  6. */
  7.  
  8. parse arg cartridgename
  9.  
  10. address FMSX.0
  11.  
  12. loadcartridge1 cartridgename
  13. reset
  14.  
  15.